log
This method transmits the desired log message with related LogLevel and TAG to given logger instance
Since
2.0.0
Parameters
See also
public static void log(Constants.LogLevel logLevel, String tag, String message, Exception exception)
This method transmits the desired log message with related LogLevel and TAG to given logger instance
Since
2.0.0
Parameters
tag
the context information
message
the log message
exception
the exception object